func internal/runtime/maps.newobject
9 uses
internal/runtime/maps (current package)
group.go#L346: newKey := newobject(typ.Key)
group.go#L358: newElem := newobject(typ.Elem)
map.go#L579: kmem := newobject(typ.Key)
map.go#L587: emem := newobject(typ.Elem)
runtime.go#L34: func newobject(typ *abi.Type) unsafe.Pointer
runtime.go#L322: kmem := newobject(typ.Key)
runtime.go#L330: emem := newobject(typ.Elem)
table.go#L339: kmem := newobject(typ.Key)
table.go#L347: emem := newobject(typ.Elem)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |